home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 2239 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1001 b 

  1. Path: paperboy.uconn.edu!usenet
  2. From: "MALEPATI V. NARAYANA" <venkat>
  3. Newsgroups: comp.lang.c
  4. Subject: Help!! system call
  5. Date: 20 Jan 1996 00:23:03 GMT
  6. Organization: sol
  7. Message-ID: <4dpcl7$3ca@bellboy.ucc.uconn.edu>
  8. NNTP-Posting-Host: solgate.uconn.edu
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.1N (X11; I; SunOS 5.4 sun4c)
  13. X-URL: news:comp.lang.c
  14.  
  15. Hi evey one!!
  16.  
  17. In my program I am using system() call to invoke an application which creates
  18. two new files.
  19. If I terminate the program at this point, the files will  contain all the data.
  20. But I want to compare these two files,so I send the file names to void
  21. compare(filename1,filename2) function,and open them using fopen and try to read
  22. the contents.But at this point the files will be empty and no comparision is
  23. made .Even after the program termination the files will still be empty.Does
  24. somebody know what may be causing this problem.
  25.  
  26. Thanks in advance,
  27.  
  28.  
  29. regards,
  30. venkat
  31.  
  32.